projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2eb123
)
Remove redundant call to 'eln_load_path_final_clean_up'
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 21 Feb 2024 15:16:45 +0000
(17:16 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 21 Feb 2024 15:16:45 +0000
(17:16 +0200)
* src/emacs.c (shut_down_emacs): Remove redundant call to
'eln_load_path_final_clean_up'. We call it from 'kill-emacs'
right before the call to 'exit'.
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 97c65fbfd330bbfaa65a7d84ca1db1d1e2e9017b..f4bfb9a6bbdfd801b44771fd4f31fba5ee2a1ebd 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-3116,10
+3116,6
@@
shut_down_emacs (int sig, Lisp_Object stuff)
check_message_stack ();
}
-#ifdef HAVE_NATIVE_COMP
- eln_load_path_final_clean_up ();
-#endif
-
#ifdef MSDOS
dos_cleanup ();
#endif